1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMLoaiHD
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMLoaiHD));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.dgv_DMHD = new Telerik.WinControls.UI.RadGridView();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.txttenloai = new System.Windows.Forms.TextBox();
36             
this.txtmahd = new System.Windows.Forms.TextBox();
37             
this.label4 = new System.Windows.Forms.Label();
38             
this.grpbox = new System.Windows.Forms.GroupBox();
39             
this.cmdluu = new System.Windows.Forms.Button();
40             
this.cmdthoat = new System.Windows.Forms.Button();
41             
this.cmdthem = new System.Windows.Forms.Button();
42             
this.cmdCapnhat = new System.Windows.Forms.Button();
43             
this.cmdxoa = new System.Windows.Forms.Button();
44             
this.panel1.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMHD)).BeginInit();
46             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMHD.MasterGridViewTemplate)).BeginInit();
47             
this.grpbox.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
54             
this.panel1.Controls.Add(this.dgv_DMHD);
55             
this.panel1.Controls.Add(this.label2);
56             
this.panel1.Controls.Add(this.txttenloai);
57             
this.panel1.Controls.Add(this.txtmahd);
58             
this.panel1.Controls.Add(this.label4);
59             
this.panel1.Location = new System.Drawing.Point(8, 9);
60             
this.panel1.Name = "panel1";
61             
this.panel1.Size = new System.Drawing.Size(335, 237);
62             
this.panel1.TabIndex = 3;
63             
//
64             
// dgv_DMHD
65             
//
66             
this.dgv_DMHD.Location = new System.Drawing.Point(13, 69);
67             
//
68             
//
69             
//
70             
this.dgv_DMHD.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
71             
this.dgv_DMHD.MasterGridViewTemplate.EnableGrouping = false;
72             
this.dgv_DMHD.Name = "dgv_DMHD";
73             
this.dgv_DMHD.ReadOnly = true;
74             
this.dgv_DMHD.Size = new System.Drawing.Size(289, 164);
75             
this.dgv_DMHD.TabIndex = 28;
76             
//
77             
// label2
78             
//
79             
this.label2.AutoSize = true;
80             
this.label2.BackColor = System.Drawing.Color.Transparent;
81             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.label2.Location = new System.Drawing.Point(10, 42);
83             
this.label2.Name = "label2";
84             
this.label2.Size = new System.Drawing.Size(76, 15);
85             
this.label2.TabIndex = 27;
86             
this.label2.Text = "Tên Loại HĐ";
87             
//
88             
// txttenloai
89             
//
90             
this.txttenloai.BackColor = System.Drawing.SystemColors.ControlLightLight;
91             
this.txttenloai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92             
this.txttenloai.Location = new System.Drawing.Point(99, 38);
93             
this.txttenloai.MaxLength = 50;
94             
this.txttenloai.Name = "txttenloai";
95             
this.txttenloai.ReadOnly = true;
96             
this.txttenloai.Size = new System.Drawing.Size(203, 22);
97             
this.txttenloai.TabIndex = 2;
98             
this.txttenloai.Tag = "";
99             
//
100             
// txtmahd
101             
//
102             
this.txtmahd.BackColor = System.Drawing.SystemColors.ControlLightLight;
103             
this.txtmahd.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.txtmahd.Location = new System.Drawing.Point(99, 9);
105             
this.txtmahd.MaxLength = 8;
106             
this.txtmahd.Name = "txtmahd";
107             
this.txtmahd.ReadOnly = true;
108             
this.txtmahd.Size = new System.Drawing.Size(203, 22);
109             
this.txtmahd.TabIndex = 1;
110             
this.txtmahd.Tag = "";
111             
//
112             
// label4
113             
//
114             
this.label4.AutoSize = true;
115             
this.label4.BackColor = System.Drawing.Color.Transparent;
116             
this.label4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117             
this.label4.Location = new System.Drawing.Point(10, 13);
118             
this.label4.Name = "label4";
119             
this.label4.Size = new System.Drawing.Size(72, 15);
120             
this.label4.TabIndex = 25;
121             
this.label4.Text = "Mã Loại HĐ";
122             
//
123             
// grpbox
124             
//
125             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
126             
this.grpbox.Controls.Add(this.cmdluu);
127             
this.grpbox.Controls.Add(this.cmdthoat);
128             
this.grpbox.Controls.Add(this.cmdthem);
129             
this.grpbox.Controls.Add(this.cmdCapnhat);
130             
this.grpbox.Controls.Add(this.cmdxoa);
131             
this.grpbox.Location = new System.Drawing.Point(349, 3);
132             
this.grpbox.Name = "grpbox";
133             
this.grpbox.Size = new System.Drawing.Size(81, 243);
134             
this.grpbox.TabIndex = 15;
135             
this.grpbox.TabStop = false;
136             
//
137             
// cmdluu
138             
//
139             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
140             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
142             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
143             
this.cmdluu.Location = new System.Drawing.Point(4, 151);
144             
this.cmdluu.Name = "cmdluu";
145             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
146             
this.cmdluu.TabIndex = 6;
147             
this.cmdluu.Text = "Lưu";
148             
this.cmdluu.UseVisualStyleBackColor = true;
149             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
150             
//
151             
// cmdthoat
152             
//
153             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
154             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
156             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
157             
this.cmdthoat.Location = new System.Drawing.Point(4, 195);
158             
this.cmdthoat.Name = "cmdthoat";
159             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
160             
this.cmdthoat.TabIndex = 7;
161             
this.cmdthoat.Text = "Thoát";
162             
this.cmdthoat.UseVisualStyleBackColor = true;
163             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
164             
//
165             
// cmdthem
166             
//
167             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
168             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
169             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
170             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
171             
this.cmdthem.Location = new System.Drawing.Point(4, 18);
172             
this.cmdthem.Name = "cmdthem";
173             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
174             
this.cmdthem.TabIndex = 3;
175             
this.cmdthem.Text = "Thêm";
176             
this.cmdthem.UseVisualStyleBackColor = true;
177             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
178             
//
179             
// cmdCapnhat
180             
//
181             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
182             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
183             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
184             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
185             
this.cmdCapnhat.Location = new System.Drawing.Point(4, 63);
186             
this.cmdCapnhat.Name = "cmdCapnhat";
187             
this.cmdCapnhat.Size = new System.Drawing.Size(73, 30);
188             
this.cmdCapnhat.TabIndex = 4;
189             
this.cmdCapnhat.Text = "Sửa";
190             
this.cmdCapnhat.UseVisualStyleBackColor = true;
191             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click);
192             
//
193             
// cmdxoa
194             
//
195             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
196             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
198             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
199             
this.cmdxoa.Location = new System.Drawing.Point(4, 107);
200             
this.cmdxoa.Name = "cmdxoa";
201             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
202             
this.cmdxoa.TabIndex = 5;
203             
this.cmdxoa.Text = "Xóa";
204             
this.cmdxoa.UseVisualStyleBackColor = true;
205             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
206             
//
207             
// frmDMLoaiHD
208             
//
209             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
210             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211             
this.BackColor = System.Drawing.Color.Honeydew;
212             
this.ClientSize = new System.Drawing.Size(445, 254);
213             
this.Controls.Add(this.grpbox);
214             
this.Controls.Add(this.panel1);
215             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
216             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
217             
this.MaximizeBox = false;
218             
this.MinimizeBox = false;
219             
this.Name = "frmDMLoaiHD";
220             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
221             
this.Text = "Danh Mục Loại Hợp Đồng";
222             
this.ThemeName = "ControlDefault";
223             
this.Load += new System.EventHandler(this.frmDMLoaiHD_Load);
224             
this.panel1.ResumeLayout(false);
225             
this.panel1.PerformLayout();
226             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMHD.MasterGridViewTemplate)).EndInit();
227             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMHD)).EndInit();
228             
this.grpbox.ResumeLayout(false);
229             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
230             
this.ResumeLayout(false);
231
232         }
233
234         
#endregion
235
236         
private System.Windows.Forms.Panel panel1;
237         
private System.Windows.Forms.GroupBox grpbox;
238         
private System.Windows.Forms.Button cmdluu;
239         
private System.Windows.Forms.Button cmdthoat;
240         
private System.Windows.Forms.Button cmdthem;
241         
private System.Windows.Forms.Button cmdCapnhat;
242         
private System.Windows.Forms.Button cmdxoa;
243         
private System.Windows.Forms.Label label2;
244         
private System.Windows.Forms.TextBox txttenloai;
245         
private System.Windows.Forms.TextBox txtmahd;
246         
private System.Windows.Forms.Label label4;
247         
private Telerik.WinControls.UI.RadGridView dgv_DMHD;
248
249     }
250 }



Quản lý nhân sự công ty bằng c# _ full source code 60.412 lượt xem

Gõ tìm kiếm nhanh...